publish$65330$ - tradução para grego
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

publish$65330$ - tradução para grego

MESSAGING PATTERN IN SOFTWARE DESIGN WHERE MESSAGES ARE PUBLISHED INTO CATEGORIES, AND SUBSCRIBERS CAN RECEIVE MESSAGES ONLY FROM CLASSES THEY HAVE EXPRESSED INTEREST FOR
Publish and subscribe; Publish subscribe; Publish-subscribe; Publish & subscribe; Publish and subscribe messaging; Pub/sub; PubSub; Publish and Subscribe; Publish/subscribe; Publish-subscribe pattern; Publish–subscribe; Pubsub; Pub sub

publish      
v. δημοσιεύω, εκδίδω

Definição

single sourcing
<publication> Using a single original document set to generate dead tree and on-line documentation, and usually also on-line help. In practice, it most often refers to a FrameMaker file set with conditional text which, when the conditions are set appropriately, allows you to create variants of the original document (e.g., for a product that runs on different Unix platforms) as well as for different media -- typically task-oriented on-line help to be accessed under Microsoft Windows or from a web browser, linear printed document, and HTML delivered via the WWW and/or CD-ROM.

Wikipédia

Publish–subscribe pattern

In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are.

Publish–subscribe is a sibling of the message queue paradigm, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the pub/sub and message queue models in their API; e.g., Java Message Service (JMS).

This pattern provides greater network scalability and a more dynamic network topology, with a resulting decreased flexibility to modify the publisher and the structure of the published data.